home *** CD-ROM | disk | FTP | other *** search
/ Transactor / Transactor_07_1985_Transactor_Publishing.d64 / miteydialer3 bt (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  1KB  |  43 lines

  1. 10 print"[147][154]":poke53280,14:poke53281,6
  2. 15 print" [212]his program requires three other parts"
  3. 20 print" [212]hese are:[157]miteydialer3"
  4. 25 print"          firstterm3 bt"
  5. 30 print"          firstterm3"
  6. 35 print" [201] would also like to point out that the"
  7. 40 print"[145]miteydialer3 program has some bugs."
  8. 43 print"        press [211][200][201][198][212] key to continue[146]":wait654,1
  9. 45 print"[147] [212]he first is that you must exit the"
  10. 50 print"autodial routine before dialing a new"
  11. 55 print"number or it will dial the old number"
  12. 60 print"and the new number."
  13. 65 print" [212]he second bug is that you must hang"
  14. 70 print"the modem up before dialing the first"
  15. 75 print"number. [212]o do this you could pick the"
  16. 80 print"option '[195]' in the main menu. [193]lso when"
  17. 85 print"leaving a [194][194][211] you should pick option"
  18. 90 print"'[195]' to hang up."
  19. 95 print" [198]inally, you must use the autodial"
  20. 96 print"routine to turn the modem on."
  21. 99 print"        press [211][200][201][198][212] key to continue[146]":wait654,1
  22. 100 qu$=chr$(34)
  23. 102 rem
  24. 105 rem   boot for autodial addition
  25. 110 rem         to firstterm2
  26. 120 rem files needed:
  27. 125 rem
  28. 130 rem  miteydialer3-autodial
  29. 140 rem  firstterm3-modified firstterm2
  30. 150 rem  firstterm3 bt-modified boot
  31. 160 rem
  32. 170 rem    autodial by paul cowan
  33. 180 rem   bug bbs, (416) 454-5330
  34. 190 rem           03/05/85
  35. 195 rem
  36. 205 print"[147]....loading miteydialer3 by paul cowan [146]";
  37. 210 print"load";qu$;"miteydialer3";qu$;",8,1"
  38. 250 print"new"
  39. 290 print"load";qu$;"firstterm3 bt";qu$;",8,1"
  40. 300 print"run";
  41. 330 poke631,13:poke632,13:poke633,13
  42. 335 poke634,13:poke198,4
  43.